Tag: Open Source
Contributing to Svelte - Implement {#key}
I am going to share an anecdote on how I implemented {#key} logic block in Svelte
SvelteJavaScriptOpen Source
Contributing to Svelte - Fixing issue #5012
Svelte issue #5012 - Slot containing only {@html value} renders in wrong place on update
SvelteJavaScriptOpen Source
Contributing to Svelte - Fixing issue #4392
I am going to tell you an anecdote on how I investigated and fixed a bug in Svelte. I documented down my train of thoughts as detailed as possible. I hope this gives anyone who is reading, a glimpse on how to work on the Svelte source code.
SvelteJavaScriptOpen Source